/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    sideWall1
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1000;
        startFace       38980;
    }
    sideWall2
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1000;
        startFace       39980;
    }
    front
    {
        type            empty;
        inGroups        1(empty);
        nFaces          20000;
        startFace       40980;
    }
    back
    {
        type            empty;
        inGroups        1(empty);
        nFaces          20000;
        startFace       60980;
    }
    inlet
    {
        type            patch;
        nFaces          20;
        startFace       80980;
    }
    outlet
    {
        type            patch;
        nFaces          20;
        startFace       81000;
    }
)

// ************************************************************************* //
